* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "microsoft yahei", Arial, sans-serif;
    position: relative;
    overflow-x: hidden;
}

@-ms-viewport {
    width: auto !important;
}

html,
body,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
div {
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    color: #333333;
    text-decoration: none !important;
    border: none;
    outline: none;
}

ul,
li {
    display: block;
    list-style: none;
}

input,
button {
    border: none;
    outline: none;
}

button:focus,
input:focus,
textarea:focus {
    border: none;
    outline: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    clear: both;
}

.container {
    margin: 0 auto;
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

/*nav*/

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #FFFFFF;
}

.header .nav_box {
    position: relative;
}

.header .logo {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 50px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: inline-block;
    height: 100%;
}

.header .nav-collapse {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

.header .nav .nav-list1>li:nth-child(5) {
    margin-left: 21%;
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 24px;
    content: '\e727';
    color: #FFFFFF;
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

.header .nav-2 .nav-top .nav-title a,
.header .nav-3 .nav-top .nav-title a {
    color: #FFFFFF;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #FFFFFF;
}

.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 12%;
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 18px;
    line-height: 50px;
    margin: 25px 0;
    text-align: left;
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e728';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
    color: #FFFFFF;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-3 .content ul li {
    font-size: 18px;
}

.header .fade-out ul {
    text-align: left;
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .back-btn {
    position: absolute;
    left: 15px;
}

.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgba(0, 0, 0, .96);
}

.header .search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    background: none;
}

.header .search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
}

.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e660';
    color: #fff;
}

.header .search-box.search-xs {
    width: 100%;
    margin: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}

.header .search-box.search-xs.show {
    z-index: 66;
}

.header .search-box.search-xs.show .search {
    left: 0;
}

.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;
    width: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
    border-color: #fff;
    background: #fff;
}

.header .search-box.search-xs .input-submit {
    line-height: 34px;
    background: #fff;
}

.header .search-box.search-xs .input-submit:before {
    color: #104384;
}

.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;
    display: inline-block;
    cursor: pointer;
}

.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e660';
    color: #09488b;
}

.header .search-lg {
    top: 0;
}

.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}

.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}

.header .search-lg .search p {
    margin-bottom: 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #fff;
}

.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}

.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}

.header .find {
    position: absolute;
    top: 0;
    right: -80px;
    float: right;
    line-height: 98px;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999999;
}
@media (max-width: 1470px) {
    .header .find {
        right: -40px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e660';
    color: #999999;
}

.header .find:hover:before {
    color: #1976d2;
}

.header .language {
    position: relative;
    z-index: 2;
    float: right;
    /*margin-top: 37px;
	margin-left: 25px;*/
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header .language ul li {
    display: inline-block;
}

.header .language ul li a {
    font-size: 16px;
    color: #666;
    line-height: 100px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*.header .language ul li a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	content: '';
	background: url(../images/common/icon_en.jpg) no-repeat;
	background-size: cover;
}

.header .language ul li.cn a:before {
	background: url(../images/common/icon_cn.jpg) no-repeat;
	background-size: cover;
}

.header .language ul li:hover a {
	color: #fff;
}*/

.header.fixed-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.header.fixed-header .logo {
    top: 10px;
}

.header.fixed-header .nav .nav-list1>li>a {
    line-height: 70px;
}

.header.fixed-header .find {
    line-height: 68px;
}

.header.fixed-header .language ul li a {
    line-height: 70px;
}

@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        float: left;
    }
    .header .nav .nav-list1 {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;
        display: inline-block;
        padding: 0 36px;
    }
    .header .nav .nav-list1>li:last-child {
        padding: 0 0 0 40px;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        color: #666666;
        position: relative;
        overflow: hidden;
        line-height: 100px;
        text-transform: uppercase;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #1976d2;
    }
    .header .nav .nav-list1>li>a:after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background-color: #1976d2;
        position: absolute;
        bottom: -12px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li.active>a:after,
    .header .nav .nav-list1>li:hover>a:after {
        width: 100%;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2,
    .header .nav .nav-list1>li:nth-child(2) .nav-list2,
    .header .nav .nav-list1>li:nth-child(3) .nav-list2,
    .header .nav .nav-list1>li:nth-child(4) .nav-list2 {
        left: 0;
        /*min-height: 240px;*/
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 160px;
        padding: 20px 0;
        text-align: center;
        text-align: left;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 14px;
        line-height: 20px;
        position: relative;
        z-index: 1;
        /*display: block;*/
        padding: 10px 30px;
        -webkit-transition: all .2s;
        transition: all .2s;
        color: #666666;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #1976d2;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 300px;
    }
    .header .nav .nav-list1 .nav-list2 li.active .navabout_box {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 li:first-child .navabout_box {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 li .navabout_box {
        padding: 25px 30px;
    }
    .header .nav .nav-list1 .nav-list2 .navabout_box {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        overflow: hidden;
        min-width: 355px;
        height: 100%;
        background-color: #FFFFFF;
        box-shadow: 10px -10px 10px -10px rgba(0, 0, 0, 0.1);
        /*border: 1px solid salmon;*/
    }
    .header .nav .nav-list1 .nav-list2 .navabout_box .pic .img-box {
        padding-bottom: 62.71186440677966%;
    }
    /*产品中心二级*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 {*/
    /*position: absolute;*/
    /*z-index: 9;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*display: none;*/
    /*overflow: hidden;*/
    /*width: 100% !important;
		min-width: 1070px !important;*/
    /*padding: 20px 30px;*/
    /*text-align: left;*/
    /*color: #666;*/
    /*background-color: #FFFFFF;*/
    /*box-shadow: 0px -1px 10px 1px rgba(0, 0, 0, .15);*/
    /*white-space: nowrap;*/
    /*overflow-x: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: #fefefe;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #fefefe;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .1);
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2::-webkit-scrollbar-thumb:hover {
		border-radius: 5px;
		background: rgba(0, 0, 0, .3);
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*border: 1px solid pink;*/
    /*}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li>a {
		display: block;
		padding: 0px 18px;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li>a .pic_img {
		display: block;
		width: 100px;
		height: 100px;
		margin: auto;
		border-radius: 50%;
		overflow: hidden;
		-webkit-transition: all .4s;
		transition: all .4s;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li>a .name {
		text-align: center;
		padding-top: 15px;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li>a .name p {
		width: 100%;
		font-size: 14px;
		color: #666;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li:last-child>a .name p {*/
    /*width: 60%;
		margin: auto;
		white-space: normal;*/
    /*}*/
    /*.header .nav .nav-list1 li:nth-child(3) li>a:hover .name p {
		color: #1976d2;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li.active .navpro_box {
		display: block;
	}*/
    /*.header .nav .nav-list1 li:nth-child(3) .nav-list2 li:first-child .navpro_box {
		display: block;
	}*/
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        min-width: 160px;
        padding: 20px 0;
        text-align: left;
        background-color: #fff;
        border-left: 1px solid #eee;
        box-shadow: 10px -10px 10px -10px rgba(0, 0, 0, 0.1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        display: block !important;
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
        color: #999;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .header .search-box.search-xs {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1469px) {
    .header .nav .nav-list1>li {
        padding: 0 19px;
    }
    .header .nav .nav-list1>li:last-child {
        padding: 0 0 0 22px;
    }
    .header .nav .nav-list1>li:nth-child(5) {
        margin-left: 29%;
    }
}

@media (max-width: 1199px) {
    .header .logo {
        margin: 0;
        left: 30px;
        right: auto;
    }
    .header .find,
    .header.fixed-header .find {
        right: 12%;
        line-height: 70px;
    }
    .header .logo,
    .header.fixed-header .logo {
        top: 10px;
    }
    .header .language,
    .header.fixed-header .language {
        margin-top: 0px;
        margin-right: 60px;
        margin-left: 0px;
    }
    .header .language ul li a {
        line-height: 70px;
    }
    .header .nav-2 .nav2-list2 li>a .pic_img,
    .header .nav-3 .pic_img {
        display: none;
    }
    .header .nav_box {
        height: 70px;
    }
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;
        display: inline-block;
        height: 34px;
    }
    .header .nav-collapse {
        display: block;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #999 !important;
    }
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background-color: #000;
        opacity: .98;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background-color: #000;
        opacity: .98;
    }
    .header .fade-out ul .pic {
        display: none !important;
    }
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e728';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 20px;
        line-height: 2.5 !important;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
    .header .nav .nav-list1>li:nth-child(5) {
        margin-left: 0;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header .find,
    .header.fixed-header .find {
        right: 15%;
    }
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .header .logo {
        left: 0px;
    }
    .header .find,
    .header.fixed-header .find {
        right: 80px;
    }
    .header .language,
    .header.fixed-header .language {
        margin-right: 40px;
    }
    .header .nav-collapse {
        right: 0;
    }
    .header .nav-collapse.nav-collapse-2 {
        right: 15px;
    }
    .header .nav {
        width: 100%;
        padding: 30px;
    }
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;
        width: 100%;
    }
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
    .header .language ul li a:before {
        width: 24px;
        height: 24px;
    }
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}

@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

@media (max-width: 360px) {
    .header .find,
    .header.fixed-header .find {
        right: 70px;
    }
    .header .language,
    .header.fixed-header .language {
        margin-right: 35px;
    }
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}

/*footer*/

.footer {
    font-size: 0;
}

.footer .foot {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #313035;
    z-index: 2;
    padding: 60px 0 40px 0;
}

.footer .foot .container>ul {
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.footer .foot .container>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}

@media (min-width: 1200px) {
    .footer .foot .container>ul>li {
        display: inline-block;
        vertical-align: top;
        word-break: break-all;
        /*border: 1px solid #FFFEFE;*/
    }
}

.footer .foot .container>ul>li .item {
    text-align: left;
}

.footer .foot .container>ul>li h3 {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #ffffff;
}

.footer .foot .container>ul>li:first-child {
    width: 600px;
}

@media(max-width: 1469px) {
    .footer .foot .container>ul>li:first-child {
        width: 430px;
    }
}

.footer .foot .container>ul>li:first-child .share {
    display: none;
    padding-top: 40px;
}

.footer .foot .container>ul>li:first-child .share ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer .foot .container>ul>li:first-child .share ul li a {
    display: block;
    padding: 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #FFFFFF;
}

.footer .foot .container>ul>li:first-child .share ul li a:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(28, 32, 35, .3);
    border-radius: 50%;
    font-family: 'iconfont';
    font-size: 14px;
    content: '\e6f0';
    text-align: center;
}

.footer .foot .container>ul>li:first-child .share ul li.facebook a:before {
    content: '\e615';
}

.footer .foot .container>ul>li:first-child .share ul li.youtube a:before {
    content: '\e6d7';
}

.footer .foot .container>ul>li:first-child .share ul li.twitter a:before {
    content: '\e60b';
}

.footer .foot .container>ul>li:first-child .share ul li.google a:before {
    content: '\e645';
}

.footer .foot .container>ul>li:first-child .share ul li:hover a {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #FFFFFF;
}

.footer .foot .container>ul>li .info-down {
    margin-top: 30px;
}

.footer .foot .container>ul>li .info-down p {
    font-size: 16px;
    line-height: 30px;
    color: #aaaaaa;
}

.footer .foot .container>ul>li .info-down a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #aaaaaa;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.footer .foot .container>ul>li .info-down a:hover {
    color: #FFFFFF;
    text-decoration: underline !important;
}

.footer .foot .container>ul>li:first-child .info-down a {
    display: inline-block;
}

.footer .foot .container>ul>li:first-child .info-down .foot_contact p {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
    word-break: break-word;
}

.footer .foot .container>ul>li:first-child .info-down .foot_contact p span {
    position: absolute;
    top: 0;
    left: 0;
}

.footer .foot .container>ul>li:first-child .info-down .foot_contact p.address span {
    position: static;
}

.footer .foot .container>ul>li:first-child .info-down .foot_contact p.address b {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
}

.footer .foot .container>ul>li:last-child {
    width: 330px;
}

.footer .foot .container>ul>li .item-2 ul {
    margin: 0;
}

.footer .foot .container>ul>li .item-2 ul li {
    width: 100%;
    margin-bottom: 10px;
}

.footer .foot .container>ul>li .item-2 input {
    width: 100%;
    font-size: 14px;
    line-height: 42px;
    min-height: 42px;
    padding: 0 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border: none;
}

.footer .foot .container>ul>li .item-2 textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 85px;
    padding: 0 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border: none;
}

.footer .foot .container>ul>li .item-2 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea::-webkit-input-placeholder {
    color: #7d7d7d;
}

.footer .foot .container>ul>li .item-2 input:-o-placeholder,
.footer .foot .container>ul>li .item-2 textarea:-o-placeholder {
    color: #7d7d7d;
}

.footer .foot .container>ul>li .item-2 input::-moz-placeholder,
.footer .foot .container>ul>li .item-2 textarea::-moz-placeholder {
    color: #7d7d7d;
}

.footer .foot .container>ul>li .item-2 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:-ms-input-placeholder {
    color: #ADADAD;
}

.footer .foot .container>ul>li .item-2 input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-webkit-input-placeholder {
    color: #ADADAD;
}

.footer .foot .container>ul>li .item-2 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-o-placeholder {
    color: #ADADAD;
}

.footer .foot .container>ul>li .item-2 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-moz-placeholder {
    color: #ADADAD;
}

.footer .foot .container>ul>li .item-2 input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-ms-input-placeholder {
    color: #ADADAD;
}

.footer .foot .container>ul>li .item-2 .submit {
    width: 150px;
    line-height: 42px;
    background-color: #1976d2;
    font-size: 14px;
    color: #f9fff9;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.footer .foot .container>ul>li .item-2 .submit:focus {
    outline: none;
}

.footer .foot .container>ul>li .item-2 .submit:hover {
    text-decoration: underline !important;
}

.footer .copyright {
    background-color: #232225;
}

.footer .copyright p {
    font-size: 14px;
    line-height: 40px;
    color: #adadad;
    text-align: center;
}

.footer .copyright p a {
    font-size: 14px;
    color: #adadad;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-left: 30px;
}

.footer .copyright a:hover {
    text-decoration: underline !important;
}

@media (max-width: 1469px) {
    .footer .foot .container>ul>li:last-child {
        /*width: 420px;*/
    }
}

@media (max-width: 1199px) {
    .footer .foot {
        padding: 40px 0 30px 0;
    }
    .footer .foot .container>ul {
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
        display: block;
        margin: 0 -15px;
    }
    .footer .foot .container>ul:after {
        display: none;
    }
    .footer .foot .container>ul>li {
        display: inline-block;
        width: 50%;
        padding: 0 15px;
        vertical-align: top;
    }
    .footer .foot .container>ul>li:first-child {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer .foot .container>ul>li:last-child {
        width: 50%;
    }
    .footer .foot .container>ul>li:nth-child(2) {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .footer .foot .container>ul>li:nth-child(2) .info-down .list:first-child {
        padding-right: 30px;
    }
    .footer .foot .container>ul>li .info-down {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 50px;
    }
    .footer .foot {
        padding: 20px 0;
    }
    .footer .foot .container>ul>li {
        width: 100%;
    }
    .footer .foot .container>ul>li {
        width: 100% !important;
        padding: 5px 15px !important;
    }
    .footer .foot .container>ul>li:first-child {
        margin-bottom: 0;
    }
    .footer .foot .container>ul>li:nth-child(2) {
        margin-bottom: 0;
    }
    .footer .foot .container>ul>li h3 {
        font-size: 16px;
    }
    .footer .foot .container>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        content: '\e628';
        float: right;
        line-height: 26px;
    }
    .footer .foot .container>ul>li.current .title-foot h3:after {
        content: '\e623';
    }
    .footer .foot .container>ul>li .info-down {
        display: none;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .footer .foot .container>ul>li:last-child .info-down {
        margin-top: 20px;
    }
    .footer .foot .container>ul>li:first-child .share {
        padding-top: 15px;
    }
    .footer .copyright {
        padding: 15px 0;
    }
    .footer .copyright p {
        line-height: 24px;
    }
    .footer .copyright p a {
        display: block;
    }
}

/*img*/

.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

/*pages*/

.page {
    margin-top: 30px;
    text-align: center;
}

.page li {
    display: inline-block;
    vertical-align: top;
}

.page li a {
    font-size: 18px;
    padding: 0 5px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 0px 20px 0px 20px;
    overflow: hidden;
    text-align: center;
    color: #999999;
    margin: 0 8px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.page li a {
    display: block;
}

.page li:hover a,
.page li.active a {
    color: #FFFFFF;
    background-color: #1976d2;
}

.page li.prev a:before {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e727';
    text-align: center;
}

.page li.next a:before {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e728';
    text-align: center;
}

@media (max-width: 991px) {
    .page {
        margin-top: 20px;
    }
    .page li a {
        margin: 0 4px;
    }
}

/*table*/

.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

table {
    width: 100%; //width: auto;
    max-width: 100%;
    border-spacing: 0;
    // text-align: center;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

table tr,
table td {
    vertical-align: middle;
    width: auto !important;
    height: auto !important; // word-break: break-word;
}

table tr:nth-child(odd) {
    // background-color: rgb(242, 242, 242);
}

table td {
    padding: 8px 20px !important;
    border: 1px solid @cf !important;
    background-color: #dcdcdc;
    &:first-child {
        background-color: #b5b5b5;
    }
}

table tr p,
table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*online*/

.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 50px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}

@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e628';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}

.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.online-wrap .online {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 23%;
    -webkit-transition: right .3s;
    transition: right .3s;
}

@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}

.online-wrap .online a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 48px;
    text-align: center;
    margin-bottom: 3px;
}

.online-wrap .online a:hover {
    background-color: #1e88e5;
}

.online-wrap .online a:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    color: #fff;
}

.online-wrap .icon-whatsapp:before {
    content: '\e659';
}

.online-wrap .icon-email:before {
    content: '\e6a4';
    font-size: 24px;
}

.online-wrap .icon-wechat:before {
    content: '\e605';
}

.online-wrap .icon-arrow-top:before {
    content: '\e614';
    font-size: 26px !important;
}

@media (max-width: 768px) {
    .online-wrap .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 18px;
    }
    .online-wrap .icon-skype:before {
        content: '\e751';
        font-size: 20px !important;
    }
    .online-wrap .icon-arrow-top:before {
        content: '\e614';
        font-size: 22px !important;
    }
}

.online-wrap .online .icon-wechat:hover .mask {
    display: block;
}

.online-wrap .online .icon-wechat .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}

.online-wrap .online .icon-wechat .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.online-wrap .online .icon-wechat .mask img {
    display: block;
    width: 100%;
}

.online-wrap .online .icon-wechat .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}

/*bottom_nav*/

.bottom_nav {
    display: none;
    border-top: 1px solid #3b9fef;
}

@media (max-width: 991px) {
    .bottom_nav {
        position: fixed;
        z-index: 9;
        bottom: 0;
        display: block;
        width: 100%;
    }
}

.bottom_nav ul {
    overflow: hidden;
}

.bottom_nav ul li {
    float: left;
    width: 25%;
    padding: 6px;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #3b9fef;
    background-color: #1976d2;
}

@media(max-width: 360px) {
    padding: 6px 0;
}

.bottom_nav ul li:last-child {
    border-right: none;
}

.bottom_nav ul li a {
    display: block;
    font-size: 13px;
    color: #FFFEFE;
}

@media(max-width: 360px) {
    .bottom_nav ul li a {
        font-size: 13px;
    }
}

.bottom_nav ul li a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: block;
    content: '';
    line-height: 20px;
}

.bottom_nav ul li.home a:before {
    content: '\e6c8';
}

.bottom_nav ul li.message a:before {
    content: '\e667';
}

.bottom_nav ul li.email a:before {
    content: '\e6a4';
}

.bottom_nav ul li.tel a:before {
    content: '\e61c';
}

/*0*/

.aa {
    transform: translate3d(0px, 0px, 0px) !important;
}

.slick-slide:focus {
    outline: none;
}

.news_lists .item:after,
.contact .message_box .message_form ul:after,
.contact .contact_box:after,
.product_box .right .prod_info .pro_arrow:after,
.product_box:after,
.product .product_main .product_lists .item .info:after,
.index_technology .lists ul:after {
    display: table;
    clear: both;
    content: '';
}

.quality .pic .pic_img .img-box img,
.news_lists .item .pic .img-box img,
.page_right .product_package .list .item .img-box img,
.product .product_main .product_lists .item .info .pic .img-box img,
.about_factory .list li .pic .img-box img,
.about_development .item .item_img img,
.about .lists .pic .img-box img,
.index_about .lists .pic .img-box img,
.index_product .lists .pic .img-box img,
.header .nav .nav-list1 li:nth-child(3) .nav-list2 li>a .pic_img img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.quality .pic .pic_img:hover .img-box img,
.news_lists .item:hover .pic .img-box img,
.page_right .product_package .list .item:hover .img-box img,
.product .product_main .product_lists .item:hover .info .pic .img-box img,
.about_factory .list li .pic:hover .img-box img,
.about_development .item:hover .item_img img,
.about .lists .pic:hover .img-box img,
.index_about .lists .pic:hover .img-box img,
.index_product .lists .pic:hover .img-box img,
.header .nav .nav-list1 li:nth-child(3) .nav-list2 li>a:hover .pic_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ell-num {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.ell-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}